.. _EEex_UnsetBit: =================================== EEex_UnsetBit =================================== :: EEex_UnsetBit(original, toUnsetIndex) Sets the bit value to 0 as specified by *toUnsetIndex* in *original* value **Parameters** * **original** - original bits value * **toUnsetIndex** - bit index into the value to set to 0 **Return** Returns the *original* value adjusted with the new bit setting **Example** :: EEex_UnsetBit() **See Also** :ref:`EEex_SetBit`, :ref:`EEex_SetBits`, :ref:`EEex_SetMask`, :ref:`EEex_UnsetBits`, :ref:`EEex_UnsetMask`